Download API specification for a tool

get/tool/{toolName}/apispec

This endpoint allows for downloading the API specification of a tool in YAML format.

Request
path Parameters
toolName
required
string

Name of the tool

Responses
200

OK

Response Schema: application/x-yaml
string <binary>

API specification file in YAML format.

400

Bad Request

401

Not Authorized

404

Not Found

Request samples